| Package | Description |
|---|---|
| com.atid.lib.module.rfid.uhf | |
| com.atid.lib.module.rfid.uhf.atm | |
| com.atid.lib.module.rfid.uhf.types |
| Modifier and Type | Method and Description |
|---|---|
abstract AlgorithmType |
ATRfidUhf.getAlgorithmType()
Returns the algorithm that the RFID UHF module of the appliance uses to perform the inventory.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ATRfidUhf.setAlgorithmType(AlgorithmType type)
Sets the algorithm that the RFID UHF module of the appliance uses to perform the inventory.
|
| Modifier and Type | Method and Description |
|---|---|
AlgorithmType |
ATRfidUhfATM.getAlgorithmType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ATRfidUhfATM.setAlgorithmType(AlgorithmType type) |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmType |
AlgorithmType.valueOf(int code) |
static AlgorithmType |
AlgorithmType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmType[] |
AlgorithmType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|